[INFO] cloning repository https://github.com/Lokhandwalah/updater
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Lokhandwalah/updater" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokhandwalah%2Fupdater", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokhandwalah%2Fupdater'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ab23721e35d2e740026def44e1469e17e3440c83
[INFO] fixing Lokhandwalah/updater against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLokhandwalah%2Fupdater" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Lokhandwalah/updater
[INFO] finished tweaking git repo https://github.com/Lokhandwalah/updater
[INFO] tweaked toml for git repo https://github.com/Lokhandwalah/updater written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Lokhandwalah/updater on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Lokhandwalah/updater already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20
[INFO] running `Command { std: "docker" "start" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating library/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating patch/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.165
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling futures-channel v0.3.29
[INFO] [stderr]    Compiling futures-task v0.3.29
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling serde v1.0.193
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling futures-util v0.3.29
[INFO] [stderr]     Checking futures-io v0.3.29
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]     Checking integer-encoding v2.1.3
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking cpufeatures v0.2.11
[INFO] [stderr]     Checking rustls-pki-types v1.10.0
[INFO] [stderr]     Checking http v1.2.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling rustix v0.38.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.12
[INFO] [stderr]    Compiling rustls v0.23.18
[INFO] [stderr]    Compiling bitflags v2.4.1
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling cbindgen v0.24.5
[INFO] [stderr]    Compiling textwrap v0.16.0
[INFO] [stderr]     Checking zeroize v1.8.1
[INFO] [stderr]    Compiling termcolor v1.4.0
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]     Checking deranged v0.3.11
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]     Checking webpki-roots v0.26.7
[INFO] [stderr]     Checking colored v2.1.0
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]     Checking flate2 v1.0.28
[INFO] [stderr]     Checking crossbeam-epoch v0.9.16
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]    Compiling syn v2.0.89
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]    Compiling jobserver v0.1.27
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking getrandom v0.2.11
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.4
[INFO] [stderr]     Checking crossbeam-channel v0.5.9
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking socket2 v0.4.10
[INFO] [stderr]     Checking rayon-core v1.12.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking rustls-pemfile v2.2.0
[INFO] [stderr]     Checking sacabase v2.0.0
[INFO] [stderr]     Checking anstyle v1.0.7
[INFO] [stderr]     Checking unsafe-libyaml v0.2.9
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking divsufsort v2.0.0
[INFO] [stderr]     Checking predicates v3.1.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking zip v0.6.6
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking pipe v0.4.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking bipatch v1.0.0
[INFO] [stderr]     Checking similar v2.4.0
[INFO] [stderr]     Checking dyn-clone v1.0.16
[INFO] [stderr]     Checking time v0.3.37
[INFO] [stderr]     Checking fragile v2.0.0
[INFO] [stderr]     Checking downcast v0.11.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking mock_instant v0.5.1
[INFO] [stderr]     Checking rayon v1.8.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]    Compiling zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling tempfile v3.8.1
[INFO] [stderr]     Checking simple_logger v5.0.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]     Checking sacapart v2.0.0
[INFO] [stderr]     Checking bidiff v1.0.0
[INFO] [stderr]    Compiling serde_derive v1.0.193
[INFO] [stderr]    Compiling futures-macro v0.3.29
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling mockall_derive v0.12.1
[INFO] [stderr]    Compiling serial_test_derive v2.0.0
[INFO] [stderr]     Checking tokio v1.35.0
[INFO] [stderr]    Compiling delegate v0.5.2
[INFO] [stderr]     Checking rustls-webpki v0.102.8
[INFO] [stderr]     Checking mockall v0.12.1
[INFO] [stderr]     Checking futures-executor v0.3.29
[INFO] [stderr]     Checking http-body-util v0.1.2
[INFO] [stderr]     Checking futures v0.3.29
[INFO] [stderr]     Checking serial_test v2.0.0
[INFO] [stderr]     Checking hyper v1.5.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking serde_json v1.0.108
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking serde_yaml v0.9.27
[INFO] [stderr]     Checking tokio-rustls v0.26.0
[INFO] [stderr]     Checking h2 v0.3.22
[INFO] [stderr]     Checking hyper-util v0.1.10
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]     Checking assert-json-diff v2.0.2
[INFO] [stderr]     Checking hyper-rustls v0.27.3
[INFO] [stderr]     Checking reqwest v0.12.5
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]    Compiling updater v0.1.0 (/opt/rustwide/workdir/library)
[INFO] [stderr]    Migrating library/build.rs from 2021 edition to 2024
[INFO] [stderr]     Checking mockito v1.2.0
[INFO] [stderr]     Checking zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]     Checking comde v0.2.3
[INFO] [stderr]     Checking patch v0.2.1 (/opt/rustwide/workdir/patch)
[INFO] [stderr]    Migrating patch/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating library/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed library/src/logging_macros.rs (4 fixes)
[INFO] [stderr]        Fixed library/src/c_api/mod.rs (16 fixes)
[INFO] [stderr]        Fixed library/src/logging_macros.rs (4 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> library/src/android.rs:139:38
[INFO] [stdout]     |
[INFO] [stdout] 119 |     for entry in fs::read_dir(apks_dir)? {
[INFO] [stdout]     |                  -----------------------
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                  `#1` will be dropped later as of Edition 2024
[INFO] [stdout] 120 |         let entry = entry?;
[INFO] [stdout]     |             -----   ------
[INFO] [stdout]     |             |       |
[INFO] [stdout]     |             |       this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |             |       `#2` will be dropped later as of Edition 2024
[INFO] [stdout]     |             `entry` calls a custom destructor
[INFO] [stdout]     |             `entry` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 139 |                     if let Ok(zip) = check_for_lib_path(&path, &lib_path) {
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                                      |
[INFO] [stdout]     |                                      this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                      up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 143 |                 }
[INFO] [stdout]     |                 - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.75/src/error.rs:586:1
[INFO] [stdout]     |
[INFO] [stdout] 586 | impl Drop for Error {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/os/fd/owned.rs:196:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> library/src/c_api/c_file.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |             READ_ARGS.clear();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `--force-warn static-mut-refs` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> library/src/c_api/c_file.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             SEEK_ARGS.clear();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |             READ_ARGS.push((_handle, _buffer, _length));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             SEEK_ARGS.push((_handle, _offset, _seek_from));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:148:24
[INFO] [stdout]     |
[INFO] [stdout] 148 |             assert_eq!(OPEN_CALL_COUNT, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |             assert_eq!(CLOSE_CALL_COUNT, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |             assert_eq!(READ_ARGS.len(), 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:201:24
[INFO] [stdout]     |
[INFO] [stdout] 201 |             assert_eq!(SEEK_ARGS.len(), 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:202:24
[INFO] [stdout]     |
[INFO] [stdout] 202 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 10);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:203:24
[INFO] [stdout]     |
[INFO] [stdout] 203 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_SET);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:213:24
[INFO] [stdout]     |
[INFO] [stdout] 213 |             assert_eq!(SEEK_ARGS.len(), 2);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:214:24
[INFO] [stdout]     |
[INFO] [stdout] 214 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 5);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_CUR);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:225:24
[INFO] [stdout]     |
[INFO] [stdout] 225 |             assert_eq!(SEEK_ARGS.len(), 3);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:226:24
[INFO] [stdout]     |
[INFO] [stdout] 226 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:227:24
[INFO] [stdout]     |
[INFO] [stdout] 227 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_END);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating patch/src/bin/string_patch.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating patch/src/main.rs from 2021 edition to 2024
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 09s
[INFO] [stderr] crater-edition-check: updater v0.1.0 (/opt/rustwide/workdir/library) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: patch v0.2.1 (/opt/rustwide/workdir/patch) updating edition from 2021 to 2024
[INFO] [stderr]     Checking patch v0.2.1 (/opt/rustwide/workdir/patch)
[INFO] [stderr]    Compiling updater v0.1.0 (/opt/rustwide/workdir/library)
[INFO] [stderr] warning: updater@0.1.0: Error generating bindings: Parsing crate `updater`:`/opt/rustwide/workdir/library/src/c_api/mod.rs`:
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> library/src/c_api/mod.rs:272:5
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub unsafe extern "C" fn shorebird_free_update_result(result: *mut UpdateResult) { unsafe {
[INFO] [stdout]     |                                                                                    ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 272 |     unsafe {
[INFO] [stdout]     |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> library/src/c_api/mod.rs:272:5
[INFO] [stdout]     |
[INFO] [stdout] 264 | pub unsafe extern "C" fn shorebird_free_update_result(result: *mut UpdateResult) { unsafe {
[INFO] [stdout]     |                                                                                    ------ because it's nested under this `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 272 |     unsafe {
[INFO] [stdout]     |     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> library/src/c_api/c_file.rs:88:13
[INFO] [stdout]    |
[INFO] [stdout] 88 |             READ_ARGS.clear();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: `#[deny(static_mut_refs)]` (part of `#[deny(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]   --> library/src/c_api/c_file.rs:89:13
[INFO] [stdout]    |
[INFO] [stdout] 89 |             SEEK_ARGS.clear();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |             READ_ARGS.push((_handle, _buffer, _length));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a mutable reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:109:13
[INFO] [stdout]     |
[INFO] [stdout] 109 |             SEEK_ARGS.push((_handle, _offset, _seek_from));
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:148:24
[INFO] [stdout]     |
[INFO] [stdout] 148 |             assert_eq!(OPEN_CALL_COUNT, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:149:24
[INFO] [stdout]     |
[INFO] [stdout] 149 |             assert_eq!(CLOSE_CALL_COUNT, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:180:24
[INFO] [stdout]     |
[INFO] [stdout] 180 |             assert_eq!(READ_ARGS.len(), 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:201:24
[INFO] [stdout]     |
[INFO] [stdout] 201 |             assert_eq!(SEEK_ARGS.len(), 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:202:24
[INFO] [stdout]     |
[INFO] [stdout] 202 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 10);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:203:24
[INFO] [stdout]     |
[INFO] [stdout] 203 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_SET);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:213:24
[INFO] [stdout]     |
[INFO] [stdout] 213 |             assert_eq!(SEEK_ARGS.len(), 2);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:214:24
[INFO] [stdout]     |
[INFO] [stdout] 214 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 5);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:215:24
[INFO] [stdout]     |
[INFO] [stdout] 215 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_CUR);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:225:24
[INFO] [stdout]     |
[INFO] [stdout] 225 |             assert_eq!(SEEK_ARGS.len(), 3);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:226:24
[INFO] [stdout]     |
[INFO] [stdout] 226 |             assert_eq!(SEEK_ARGS.last().unwrap().1, 1);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: creating a shared reference to mutable static
[INFO] [stdout]    --> library/src/c_api/c_file.rs:227:24
[INFO] [stdout]     |
[INFO] [stdout] 227 |             assert_eq!(SEEK_ARGS.last().unwrap().2, libc::SEEK_END);
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: updater@0.1.0: Error generating bindings: Parsing crate `updater`:`/opt/rustwide/workdir/library/src/c_api/mod.rs`:
[INFO] [stderr] error: could not compile `updater` (lib test) due to 16 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20", kill_on_drop: false }`
[INFO] [stdout] 444d3a2673622ecc9dfee209166d1052b29f49b9585d2796ed64eeb4e0e3db20
